C/C++預處理指令#define,#ifdef,#ifndef,#endif…
本文主要記錄了C/C++預處理指令,常見的預處理指令如下: #空指令,無任何效果 #include包含一個源代碼文件 #define定義宏 #undef取消已定義的宏 #if如 ...
本文主要記錄了C/C++預處理指令,常見的預處理指令如下: #空指令,無任何效果 #include包含一個源代碼文件 #define定義宏 #undef取消已定義的宏 #if如 ...
std::thread Defined in header class thread The class thread represents a single thread of exec ...